home *** CD-ROM | disk | FTP | other *** search
/ Cigar Companion Interactive / Cigar Companion Interactive.iso / pc / cigars.dxr / TOPICS_209.ls < prev    next >
Encoding:
Text File  |  1997-08-27  |  134 b   |  8 lines

  1. on mouseDown
  2.   set doIt to buttonIt()
  3.   if doIt <> 0 then
  4.     set myMan to getcurManufacture()
  5.     incGraphics(1, myMan)
  6.   end if
  7. end
  8.